ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Package Control

by Will Bond (wbond) ST3 Trending Top 25

The Sublime Text package manager

Details

Installs

  • Total 24.98M
  • Win 15.82M
  • Mac 5.46M
  • Linux 3.69M
Aug 28 Aug 27 Aug 26 Aug 25 Aug 24 Aug 23 Aug 22 Aug 21 Aug 20 Aug 19 Aug 18 Aug 17 Aug 16 Aug 15 Aug 14 Aug 13 Aug 12 Aug 11 Aug 10 Aug 9 Aug 8 Aug 7 Aug 6 Aug 5 Aug 4 Aug 3 Aug 2 Aug 1 Jul 31 Jul 30 Jul 29 Jul 28 Jul 27 Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14
Windows 1272 1556 1537 1449 907 923 1386 1476 1501 1548 1439 872 895 1233 1483 1586 1450 1405 831 872 1348 1450 1458 1468 1550 884 895 1304 1478 1493 1510 1481 855 887 1371 1419 1583 1504 1595 904 907 1412 1567 1592 1597 1573
Mac 570 669 693 737 376 344 736 832 708 660 758 372 292 581 699 698 751 816 388 342 717 830 810 734 747 297 266 572 705 731 723 722 339 272 543 650 682 677 745 281 286 549 675 635 698 725
Linux 339 351 418 401 307 277 388 437 421 404 386 290 312 324 395 408 370 408 282 266 364 370 357 400 370 315 291 390 381 350 396 418 282 272 340 363 420 410 409 299 269 398 378 368 419 398

Readme

Source
raw.​githubusercontent.​com

Package Control

The Sublime Text package manager. It allows users to find, install and keep packages up to date.

Installation

To install:

  • Open the command palette and type “Install Package Control”
  • or, use the menu Tools > Install Package Control

Until Package Control 4.0 is available via packagecontrol.io, call the following command from Sublime Text's console.

from urllib.request import urlretrieve;urlretrieve(url="https://github.com/wbond/package_control/releases/latest/download/Package.Control.sublime-package", filename=sublime.installed_packages_path() + '/Package Control.sublime-package')

Usage

All of the primary features of Package Control are exposed through the command palette.

To install a package:

  • Open the command palette
  • Type “Install Package”
  • Select a package from the list

For more features, see https://packagecontrol.io/docs/usage.

Documentation

The documentation for Package Control can be found at https://packagecontrol.io/docs.

Bug Reports

If you find a bug with Package Control, please follow the directions at https://packagecontrol.io/docs/issues to submit an issue.

License

Package Control is licensed under the MIT license.

Copyright (c) 2011-2023 Will Bond <will@wbond.net>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.